Report Table of Figures
The table of figures is called by the function TPTReport.TableOfFigures()
.
# generate table of figures at current position
TPTReport.add(TPTReport.TableOfFigures());
To add figures to the table, go to the assesslet that has created the figure. This will either be a Report Image assesslet or Signal Graphic assesslet. In the Assesslet Content view select the Include in table of figures checkbox.
If the figure has been added inside a Script assesslet, use the function
setIncludeInTableOfFigures(true)
to add the figure to the table of figures. To set up the table of figures using a graphical user interface, see Assesslets - Report Table of Figures.